| SyException |
| Logical Entity Name | SyException |
| Default Table Name | SyException |
| Physical Only | NO |
| Definition | |
| Note |
| SyException Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SyExceptionID |
int | NO | ||
| ExceptionName | varchar(255) | NO | ||
UserID |
int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO |
| SyException Primary and Unique Keys |
| Key Name | Key Type | Keys |
| SyException_Code_U_N_IDX | Index | ExceptionName |
| PK_SyException_SyExceptionID | PrimaryKey | SyExceptionID |
| SyException Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| SyStaff | Non-Identifying | One To Zero or More | FK_SyException.UserID_SyStaff.SyStaffID | UserID | NO | YES |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| SyExceptionMessages | Non-Identifying | One To Zero or More | FK_SyExceptionMessages.SyExceptionID_SyException.SyExceptionID | NO | YES |
| SyException Check Constraints |
| Check Constraint Name | CheckConstraint |